home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Human Body 2.0 / Ultimate Human Body 2.0, The (1996)(Dorling Kindersley).iso / dksetup / product.inc < prev    next >
Text File  |  1996-09-20  |  583b  |  20 lines

  1. '$DEFINE WITH_UNINSTALL
  2. '$DEFINE NEEDS_SOUND
  3. '$DEFINE NEEDS_WING
  4. '$DEFINE WITH_ORDERING_INFO
  5. '$DEFINE NEEDS_QTW
  6. Const APP_SHORTNAME = "BODY2"
  7. Const STR_README = "The Ultimate Human Body 2.0 Read Me"
  8. Const STR_MSGCAPTION = "The Ultimate Human Body 2.0 Setup"
  9. Const STR_PRODUCTNAME = "The Ultimate Human Body 2.0"
  10. Const DEFAULT_INSTALL_PATH = "\DKMM\BODY2"
  11. DECLARE SUB RegisterFonts()
  12. Static Sub RegisterFonts()
  13. End Sub
  14. DECLARE SUB CustomIniEntries()
  15. Static Sub CustomIniEntries()
  16. End Sub
  17. DECLARE SUB UninstallOnly(number%)
  18. Static Sub UninstallOnly(number%)
  19. End Sub
  20.